ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.C1Schedule Namespace / C1ObservableKeyedCollection<TKey,TItem> Class / Item Property / Item(TKey) Property

In This Topic
    Item(TKey) Property
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal key As TKey _
    ) As TItem
    public TItem Item( 
       TKey key
    ) {get;}

    Parameters

    key
    See Also